|
Oracle® Rules Palette Release 9.1.0.0.0 E15811-01 |
The following element allows for the configuration of suspense functionality. Depending on the element configured either a suspense field or suspense section will appear on the Activity Detail screen. The suspense element controls the ability to apply suspense to an activity. If this element is present, a suspense tab will be available on the Activity Entry screen.
If a suspense element is present in the transaction, a suspense record will be written in AsSuspense when the activity processes.
|
Element/Tag |
Definition |
Attribute |
Element/Attribute Value and Description |
|
<Suspense>
|
This is the start and end tag of the element. |
|
Value is a string that identifies the ActivityField. The suspense items must total. |
|
AUTOENTRY |
Yes or No. | ||
|
OVERRIDABLE |
Yes or No. | ||
|
VALUE |
Sufficient. The Suspense record(s) must be at least the value of the Activity Field (can be greater). |
<Suspense OVERRIDABLE="Yes" VALUE="Sufficient">GrossAmount</Suspense>
<Suspense OVERRIDABLE="No">Amount</Suspense>
Example
Suspense Activity Detail Screen